* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-rendering: optimizelegibility;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: 'InstrumentSerif';
  }

  @font-face {
    font-family: 'InstrumentSerif';
    src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

.start-slide {
    background-image: url(../link-item/image\ 1.png);
    image-rendering: auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.head-font-1 {
    display: inline-flex;
    font-size: 182.29px;
    font-weight: 300;
    color: white;
}

.head-font-2 {
    display: inline-flex;
    font-size: 294.94px;
    font-weight: 300;
    color: #FFC60B;
}

.fonts {
    margin-left: 150px;
    padding-top: 200px;
}

.button {
    width: 800px;
    height: auto;
    align-items: left;
}

.link-side {
    border-radius: 49px;
    background-color: white;
    border: 2px solid #000000;
    max-width: 186px;
    height: 80px;
    display: flex;
    margin: auto;
    font-size: 2.1rem;
    text-decoration: none;
    color: #000000;
    text-align: center;
    align-items: center;
    padding-left: 20px;
}


.fortelling-section {
    width: 100%;
    margin: auto;
    align-self: center;
    padding-top: 1.5%;
}

.spørsmål, .svar, .file-preview {
    background-color: white;
    color: #000000;
    border: 1.61px solid #000000;
    border-radius: 39.33px;
    font-size: 26.44px;
    letter-spacing: -1.1%;
    padding: 8.03px 30.5px;
}

.spørsmål {
    width: auto;
}


.choose-section {
    justify-content: space-between;
    display: flex;
    margin: auto;
    margin-top: 19px;
    width: 55%;
}



.frame {
    width: 1000px;
    margin: auto;
    padding-top: 3%;
}

.view-img {
    width: 1000px;
    height: auto;
}













.file-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 200px;
    transition: transform 0.8s ease;
  }
  
  .icon-left,
  .icon-hover {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .icon-left img,
  .icon-hover img {
    width: 20px;
    height: 20px;
  }
  
  .text-center {
    flex-grow: 1;
    text-align: center;
  }
  
  .filename {
    font-weight: 500;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #888;
  }
  
  .info-icon {
    width: 14px;
    height: 14px;
    opacity: 0.6;
  }
  
  .file-details {
    font-size: 25px;
    color: #333;
  }
  
  .icon-hover {
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .file-preview:hover .icon-hover {
    opacity: 1;
  }
  
  .icon-hover img {
    filter: hue-rotate(90deg); /* green */
    transition: filter 0.3s;
    cursor: pointer;
  }
  
  .icon-hover img:hover {
    filter: hue-rotate(0deg) saturate(200%); /* red on hover */
  }
  

  .file-red:hover {
    transition: transform 0.3s ease;
    background-color: #FF4136; /* blue */
   }

   .file-green:hover {
    transition: transform 0.3s ease;
    background-color: #2ECC40; /* blue */
   }

.file-preview:hover{
    transition: transform 0.3s ease;
    filter: drop-shadow(0px 5px 10px #6b6b6b);
    transform: scale(1.05);
}

@media screen and (max-width: 1400px) {
  body {
    overflow: hidden; /* Hide scrollbars */
  }

  .start-slide {
    background-image: url(../link-item/start\ 1400.png);
    image-rendering: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .fonts {
    margin-left: 200px;
    padding-top: 0px;
  }

  .link-side {
    margin-top: -50px;
}
}

@media screen and (max-width: 1140px) {
  body {
    overflow: hidden; /* Hide scrollbars */
  }

  .fonts {
    margin-left: 110px;
  }

  .button {
    width: 800px;
    height: auto;
    align-items: left;
  }

  .link-side {
    border-radius: 49px;
    background-color: white;
    border: 2px solid #000000;
    max-width: 186px;
    height: 80px;
    font-size: 2.1rem;
    text-decoration: none;
    color: #000000;
    text-align: left;
    align-items: left;
    padding-left: 20px;
    margin: 0;
  }
}

@media screen and (max-width: 962px) {

  .start-slide {
    background-image: url(../link-item/start\ 962.png);
    overflow: hidden; /* Hide scrollbars */
  }

  .fonts {
    margin-left: 50px;
    width: 400px;
  }

  .button {
    width: 800px;
    height: auto;
    align-items: left;
    margin-top: -40px;
  }

  .link-side {
    border-radius: 49px;
    background-color: white;
    border: 2px solid #000000;
    max-width: 186px;
    height: 80px;
    font-size: 2.1rem;
    text-decoration: none;
    color: #000000;
    text-align: left;
    align-items: left;
    padding-left: 20px;
    margin: 0;
  }

  .head-font-2 {
    display: inline-flex;
    font-size: 240.94px;
    font-weight: 300;
    color: #FFC60B;
    margin-top: -70px;
  }

  .head-font-1{
    display: inline-flex; 
    font-size: 140.29px;
    font-weight: 300;
  }
}

@media screen and (max-width: 570px) {
  .start-slide {
    background-image: url(../link-item/start\ 570.png);
  }

  .head-font-2 {
    display: inline-flex;
    font-size: 200.94px;
    font-weight: 300;
    color: #FFC60B;
    margin-top: -50px;
  }

  .head-font-1{
    display: inline-flex;
    font-size: 100.29px;
    font-weight: 300;
  }
}

@media screen and (max-width: 490px) {
  .start-slide {
    background-image: url(../link-item/start\ 490.png);
  }

  .fonts {
    margin-left: 50px;
  }

  .head-font-2 {
    display: inline-flex;
    font-size: 200.94px;
    font-weight: 300;
    color: #FFC60B;
    margin-top: -50px;
  }

  .head-font-1{
    display: inline-flex;
    font-size: 100.29px;
    font-weight: 300;
  }
}